@charset "UTF-8";
/* CSS Document */
body{ 
	background: url("background_v1.jpg");
	background-repeat:repeat-x; 
	background-attachment: fixed;
	font: 80% Verdana,fantasy,sans-serif;
	}
		 

	div.core{width: 950px; background:#FFFFFF ;margin-bottom: 5px; margin-top: 10px; align: center;}
	div.bar_core{width: 950px; background:#404040;margin-bottom: 5px; margin-top: 10px; align: center;}
	div.core2{width: 950px; min-height:800px; background:#FFFFFF ;margin-bottom: 5px; margin-top: 10px; align: center;}

	div.leftbar{width: 190px; background:#FFFFFF ;margin-bottom: 5px; margin-top: 0px; align: top; height:850px }
	div.main{width: 650px; background:#FFFFFF ;margin-bottom: 5px; margin-top: 0px; align: center;}
	div.bubble{width: 335px; background:#D0D0D0;margin-bottom: 5px; margin-top: 0px; align: center;}
	div.small_bubble{width: 235px; background:#D0D0D0;margin-bottom: 5px; margin-top: 0px; align: center;}
 
	p { text-align: left; margin: 15px 0 }

	p, ul { font-size: 13px; line-height: 1.4em }


	p a, li a { color: #39c; text-decoration: none }

	p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

	p#cross-links { text-align: center }

	p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

	noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
	noscript a { color: #a00; text-decoration: underline }
	noscript ol { margin-left: 25px; }

	a:focus { outline:none }

	img { border: 0 }
 

	h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }


